91视频观看 I 97在线视频观看 I 日本一本视频 I 在线观看污网站 I 波多野42部无码喷潮 I 高清视频一区 I 美女扒开腿让人桶爽 I 日韩网站在线 I 欧美大片网站 I 青青视频在线免费观看 I 亚洲精选久久 I 国产精品videossex久久发布 I 影音先锋 日韩 I 欧美三p I 91色偷偷 I 欧美顶级毛片在线播放 I 肉体的诱惑 I 第一区免费在线观看 I 日韩欧美精品国产 I 91久久人人 I 国产精品久久久久7777 I 国产视频污在线观看 I 欧美国产日韩二区 I 夜趣福利网址导航 I 少妇被粗大的猛烈进出视频 I 色综合二 I 无尽3d精品hentai在线视频 I 亚洲暴爽av天天爽日日碰

無法找到視圖文件,頁面模板:cms/tags.php

67.              $controllerLayout str_replace(File_TXT,'.html',$controllerLayout);
68.              if (file_exists($controllerLayout)) {
69.                  $this->template($controllerLayout);
70.              }else{
71.                  $f strpos($name,File_TXT)!==false $name $name.File_TXT;
72.                  Error_msg('無法找到視圖文件,頁面模板:'.$f);
73.              }
74.            
75.          }
76.          
77.          
62.      }
63. 
64.      // 渲染視圖
65.      public function display($name=null)
66.      {
67.          $this->_view->render($name);
68.      }
69.      
70.      // 獲取URL參數(shù)值
71.      public function frparam($str=null$int=0,$default FALSE$method null){
72.          
101.              $this->listpage $page->listpage;//分頁數(shù)組-自定義分頁可用
102.              $this->prevpage $page->prevpage;//上一頁
103.              $this->nextpage $page->nextpage;//下一頁
104.              $this->allpage $page->allpage;//總頁數(shù)
105.              
106.              $this->display($this->template.'/tags');
107.          }
108.          
109.          
110.      }
111.      
326.                  }
327.              
328.              }
329.          }
330.          $dispatch = new $controller($param);
331.          $dispatch->$actionName($param);
332.         
333.          
334.          
335.          
336.      }
89.          spl_autoload_register(array($this'loadClass'));
90.          $this->setDbConfig();
91.          $this->setReporting();
92.          $this->removeMagicQuotes();
93.          //$this->unregisterGlobals();
94.          $this->route();
95.          
96.      }
97. 
98.      // 路由處理
99.      public function route()
456. 
457.  // 加載配置文件
458.  $config = require(APP_PATH 'conf/config.php');
459. 
460.  //實(shí)例化核心類
461.  (new frphp($config))->run();
54.  // define('APP_LANG','zh_cn');
55.  //默認(rèn)當(dāng)前語言,英文
56.  // define('APP_LANG','en');
57. 
58.  // 加載框架文件
59.  require(APP_PATH 'frphp/fr.php');
60. 
61.  // 就這么簡單~
62.